home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / drivers / wravndmp.zip / README.TXT < prev    next >
Text File  |  1991-12-11  |  5KB  |  127 lines

  1. How To Use Dinstall
  2.  
  3. Included on this disk is a program called dinstall.  What this does
  4. is search all the directories in your path for versions of the printer
  5. driver which you are trying to install and deleting those which are
  6. not needed.  It also will install the new driver and dll's needed for
  7. proper installation.
  8.  
  9. Commands to Run the Program
  10.  
  11. Insert disk in drive
  12. Using the Program Manager within Windows choose File, Run
  13. Type in the path and exe. (ie Command Line: b:\dinstall)
  14. This brings you to the Driver Install Window
  15. Highlight the proper driver
  16.  
  17. If dinstall finds old versions it will prompt you, click YES to delete
  18. old drivers.  When installation is complete a dialog box will appear,
  19. click OK, Click Exit to leave the program.  Now you can configure the
  20. printer through the Control Panel as you normally would.
  21.  
  22. One word of caution, if you have installed BETA version of the driver
  23. the previous entry in the system setup.inf is not removed so it will
  24. be still a printer selection option in your Control Panel until you
  25. manually remove it from the setup.inf.
  26.  
  27. If DINSTALL fails to install the driver.  You can install the driver
  28. manually using the following steps.  Prior to installing the driver by
  29. hand you may need to recover the setup.inf file in the \windows\system
  30. directory by copying the setup.bak file to setup.inf using the file manager
  31. or the MS-DOS 'COPY' command.
  32.  
  33.  
  34.  
  35.  
  36. Installation instructions for new Windows 3.0 printer drivers
  37.  
  38. This disk contains the following files
  39.  
  40. UNIDRV.DLL
  41. UNIDRV.HLP
  42. DMCOLOR.DLL         if the printer being installed supports color
  43. FINSTALL.DLL        if the printer supports downloadable soft fonts
  44. DINSTALL.EXE
  45. printer.INF
  46. readme.txt
  47.  
  48. <printer_name>.TXT  additional information specific to this printer (optional)
  49. <printer_name>.DRV  at least one .DRV file containing the printer driver
  50.  
  51.  
  52. To install the drivers for Windows 3.0 you will need to modify your
  53. setup.inf file to include the lines listed in the printer.inf file.
  54.  
  55. To make these changes do the following.
  56.  
  57. 1.  Run NOTEPAD from within Windows.
  58. 2.  Open the setup.inf file in the \windows\system directory.
  59. 3.  Search to near the bottom of the file for the section titled [io.device]
  60.     This section will look like the following.
  61.  
  62.     If you have participated in a beta test of printer drivers, there may
  63.     be additional lines in the [io.device] section.  These old lines should
  64.     be removed and replaced with the new data from the printer.txt file.
  65.  
  66. [io.device]
  67. ; (printers, plotters, etc.)
  68. ; The filename is followed by
  69. ;
  70. ; -- the descriptive string which will appear in Control Panel and
  71. ;    which will    appear in WIN.INI
  72. ; -- 1 or 2 strings indicating the scaling for this device
  73. ;
  74. ; There    may be more than one line for a    driver,    corresponding to different
  75. ; printers.
  76.  
  77. 5:TTY.DRV,"Generic / Text Only","DEVICESPECIFIC"
  78. 5:PSCRIPT.DRV,"Agfa 9000 Series PS [PostScript Printer]","DEVICESPECIFIC"
  79. 5:PSCRIPT.DRV,"Agfa Compugraphic 400PS [PostScript Printer]","DEVICESPECIFIC"
  80.   .
  81.   .
  82.   .
  83.  
  84.  
  85.  
  86. 4.  Insert the lines for the printers to be installed exactly as they appear
  87.     in the printer.inf file on this disk immediately following the
  88.     [io.device] line in the setup.inf file after the comment lines and before
  89.     the line beginning with 5:TTY.DRV,"Generic / Text Only"
  90.  
  91.  
  92. [io.device]
  93. ; (printers, plotters, etc.)
  94. ; The filename is followed by
  95. ;
  96. ; -- the descriptive string which will appear in Control Panel and
  97. ;    which will    appear in WIN.INI
  98. ; -- 1 or 2 strings indicating the scaling for this device
  99. ;
  100. ; There    may be more than one line for a    driver,    corresponding to different
  101. ; printers.
  102.  
  103.  
  104. --- *** --- *** --- New lines go here --- *** --- *** ---
  105.  
  106.  
  107. 5:TTY.DRV,"Generic / Text Only","DEVICESPECIFIC"
  108. 5:PSCRIPT.DRV,"Agfa 9000 Series PS [PostScript Printer]","DEVICESPECIFIC"
  109. 5:PSCRIPT.DRV,"Agfa Compugraphic 400PS [PostScript Printer]","DEVICESPECIFIC"
  110. 5:HPPCL.DRV,"Agfa Compugraphic Genics [PCL / HP LaserJet]","DEVICESPECIFIC"
  111.  
  112.  
  113. 5.  Exit NOTEPAD and save the changes to the setup.inf file.
  114.  
  115. 6.  Copy the following files from this disk to your \windows\system directory.
  116.  
  117.     UNIDRV.DLL
  118.     UNIDRV.HLP
  119.     DMCOLOR.DLL   (if available, for color printers only)
  120.     FINSTALL.DLL  (if available)
  121.  
  122.  
  123. 7.  Run the Control Panel and install the new driver the same way you
  124.     installed other printer drivers.  When the Control Panel requests that
  125.     you insert a disk containing the printer driver, insert this disk in
  126.     drive A.
  127.